The DatabaseParameters Collection is a collection of database parameter objects. A DatabaseParameter object exists in the collection for every stored procedure parameter accessed by the report. Access a specific DatabaseParameter Object, in the collection by using the Item property.
Property | Description | Read/Write |
---|---|---|
Returns a reference to the Application Object, that this object is associated with. | ||
Specifies the number of database parameters in the collection. | ||
Returns DatabaseParameter Object. Item has an index parameter that is a numeric, 1 | ||
Reference to the Parent object (Database Object). | ||
Reference to Report Object. |
Instead of using the Item property as shown, you can reference a parameter directly (for example, DatabaseParameters(1)).
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |